Update ghcr.io/alam00000/bentopdf-simple Docker tag to v2.8.6#3929
Merged
Conversation
--- apps/media/bento-pdf/app Kustomization: flux-system/bentopdf HelmRelease: media/bento-pdf
+++ apps/media/bento-pdf/app Kustomization: flux-system/bentopdf HelmRelease: media/bento-pdf
@@ -17,13 +17,13 @@
controllers:
bento-pdf:
containers:
app:
image:
repository: ghcr.io/alam00000/bentopdf-simple
- tag: 2.8.5
+ tag: 2.8.6
probes:
liveness:
enabled: true
readiness:
enabled: true
startup: |
--- HelmRelease: media/bento-pdf Deployment: media/bento-pdf
+++ HelmRelease: media/bento-pdf Deployment: media/bento-pdf
@@ -31,13 +31,13 @@
automountServiceAccountToken: true
hostIPC: false
hostNetwork: false
hostPID: false
dnsPolicy: ClusterFirst
containers:
- - image: ghcr.io/alam00000/bentopdf-simple:2.8.5
+ - image: ghcr.io/alam00000/bentopdf-simple:2.8.6
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 8080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.5→2.8.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
alam00000/bentopdf (ghcr.io/alam00000/bentopdf-simple)
v2.8.6Compare Source
A note
Hey everyone! Hope you are well.
The past few weeks I've been working on reducing BentoPDF's third-party library dependencies. Going forward, the core PDF stack will be just three libraries: pdf-lib.js, qpdf, and PDFium. Progress has been solid so far.
I also fell deep into a rabbit hole with PDF compression, and I think I've landed something genuinely interesting: better raw compression than Ghostscript, while preserving PDF fidelity. I'll be open sourcing it soon after more testing, and it'll become BentoPDF's core compression engine.
More updates coming shortly!
What's Changed
1. Multi-tool: drag-and-drop for PDFs and images.
2. Split PDF Refactor
This fixes a long-standing size problem: when a PDF shared resources (fonts/images) across pages, extracting just a few pages could produce a file nearly as large as the original.
The single "Download as ZIP" checkbox conflated what you get with how it is packaged. It is replaced by a clear choice: Single combined PDF vs One PDF per range/page and ZIP packaging is now applied automatically whenever more than one file is produced.
What's More
New Contributors
Full Changelog: alam00000/bentopdf@v2.8.5...v2.8.6
Thank you for using BentoPDF. Going forward there will be a lot of new changes and interesting features that have been lined up. Have a great weekend! ❤️
v2.8.6Compare Source
A note
Hey everyone! Hope you are well.
The past few weeks I've been working on reducing BentoPDF's third-party library dependencies. Going forward, the core PDF stack will be just three libraries: pdf-lib.js, qpdf, and PDFium. Progress has been solid so far.
I also fell deep into a rabbit hole with PDF compression, and I think I've landed something genuinely interesting: better raw compression than Ghostscript, while preserving PDF fidelity. I'll be open sourcing it soon after more testing, and it'll become BentoPDF's core compression engine.
More updates coming shortly!
What's Changed
1. Multi-tool: drag-and-drop for PDFs and images.
2. Split PDF Refactor
This fixes a long-standing size problem: when a PDF shared resources (fonts/images) across pages, extracting just a few pages could produce a file nearly as large as the original.
The single "Download as ZIP" checkbox conflated what you get with how it is packaged. It is replaced by a clear choice: Single combined PDF vs One PDF per range/page and ZIP packaging is now applied automatically whenever more than one file is produced.
What's More
New Contributors
Full Changelog: alam00000/bentopdf@v2.8.5...v2.8.6
Thank you for using BentoPDF. Going forward there will be a lot of new changes and interesting features that have been lined up. Have a great weekend! ❤️
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.